home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / ai / bpnn133u / random.h < prev    next >
Text File  |  1992-11-18  |  339b  |  16 lines

  1. /*
  2. *-----------------------------------------------------------------------------
  3. *    file:    random.h
  4. *    desc:    random.c header
  5. *    by:    patrick ko shu pui
  6. *    date:    6 sep 1991
  7. *-----------------------------------------------------------------------------
  8. */
  9.  
  10. /*
  11. *    prototypes
  12. */
  13. int    rndmize        ( );
  14. double     rnd        ( );
  15. double    n_rnd        ( );
  16.